Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [OI-249] spinner on idps fetch #549

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mmoio
Copy link
Collaborator

@mmoio mmoio commented Nov 26, 2024

  • button loading status while idps list is not populated
  • separete api functions
  • separet login data hook
  • separetd login buttons
  • unit test

image

@mmoio mmoio requested a review from sebbalex November 26, 2024 22:02
@mmoio mmoio self-assigned this Nov 26, 2024
@mmoio mmoio requested a review from a team as a code owner November 26, 2024 22:02
@mmoio mmoio marked this pull request as draft November 27, 2024 08:12
- separete api functions
- separet login data hook
- separetd login buttons
- unit test
@mmoio mmoio force-pushed the feat/OI-249-idps-loading-status branch from 7afb552 to 7d7ec3a Compare November 29, 2024 09:24
@mmoio mmoio marked this pull request as ready for review November 29, 2024 10:01
@sebbalex
Copy link
Contributor

sebbalex commented Dec 2, 2024

I am not particularly convinced about loading the spinner when the page loads. This causes the user to see the loading every time they land on the page when in fact the time it takes the user to click on the “Entra con SPID” button can be used for background loading.
I would move the spinner inside the modal (and dialog) so that this does not happen.
wdyt?

@sebbalex
Copy link
Contributor

sebbalex commented Dec 2, 2024

as a secondary issue, when a client_id is not present in GET I see in console this message, maybe we should think about something more clear

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants